DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / InternalList Property

In This Topic
    InternalList Property (C1GroupDataCollection<S>)
    In This Topic
    Gets the list that hold the items to be returned in the public api.
    Syntax
    'Declaration
     
    Protected Shadows ReadOnly Property InternalList As List(Of Object)
    protected new List<object> InternalList {get;}
    See Also